ajaxhe 最近的时间轴更新
ajaxhe

ajaxhe

V2EX 第 39610 号会员,加入于 2013-05-24 11:26:41 +08:00
ajaxhe 最近回复了
2017-04-25 20:29:44 +08:00
回复了 keyfunc 创建的主题 云计算 私有化的对象存储解决方案有哪些可以选?
腾讯云目前已经提供私有化(对象、文件)存储方案。
需求请发往: [email protected]
2013-05-24 11:28:27 +08:00
回复了 Xrong 创建的主题 问与答 英文Mac OS下,如果使用印象笔记的Chrome扩展???
Linux Ubuntu下的修改方法,你可以参考下:
1. 支持印象笔记--剪藏
为什么我在chrome浏览器上的印象笔记插件同步到英文版的系统下就变成了evernote了?如何改回来?
修改文件:~/.config/google-chrome/Default/Extensions/pioclpoplcdbaefihamjohnefbikjilc/5.9.14_0/js/common/ootstrap.js
var lang = navigator.language;
//if (extension.getOption("simulateSimplifiedChinese")) {
if (true){
log.log("Will simulate Simplified Chinese.");
verbose = true;
lang = simplifiedChinese;
}

2. 支持印象笔记--阅读
修改文件:
~/.config/google-chrome/Default/Extensions/iooicodkiihhpojmmeghjclgihfjdjhj/9.3369.163.322_0/background_script__main.js
// namespace
// =========
__readable_by_evernote.__evernote_bootstrap =
{
/* predefined */
'servers': false,
'server_main': '', /* ends in slash */
'server_china': '', /* ends in slash */

/* set on load */
'saved_server': false, /* main | china */
/*
'client_locale': false,
'has_chinese_locale': false,
'simulate_chinese_locale': false,
*/
'client_locale': 'zh',
'has_chinese_locale': true,
'simulate_chinese_locale': true,

/* set on bootstrap() */
'rpc__userStore': false,
'profiles': false,
'profiles_as_string': false,
'server': false,
'remote_domain': false, /* ends in slash */
'remote_domain_marketing': false, /* ends in slash */
'connected': false
};

详细链接:http://blog.csdn.net/ajaxhe/article/details/8968940
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1794 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 16:45 · PVG 00:45 · LAX 09:45 · JFK 12:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.