Swiss Army Notebook
A collection of tools to make journalists' lives easier.
ما هو Swiss Army Notebook؟
Swiss Army Notebook هو إضافة Chrome تم تطويرها بواسطة Kia Farhang، والميزة الرئيسية لها هي "A collection of tools to make journalists' lives easier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Swiss Army Notebook
قم بتنزيل ملفات الامتداد Swiss Army Notebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search competitors' sites with ease. Open social networks with new keyboard shortcuts. Get quick access to a dictionary and thesaurus without leaving the page you're on.
معلومات أساسية عن التمديد
الاسم | Swiss Army Notebook |
ID | hlbcccckmdljmcigplbhkjdafjhbknec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/swiss-army-notebook/hlbcccckmdljmcigplbhkjdafjhbknec |
الوصف | A collection of tools to make journalists' lives easier. |
حجم الملف | 2.93 MB |
عدد التثبيتات | 13 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-10-31 |
تاريخ النشر | 2016-10-31 |
المطور | Kia Farhang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/KiaFarhang/Swiss-Army-Notebook |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swiss Army Notebook", "description": "A collection of tools to make journalists' lives easier.", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "version": "0.1", "author": "Kia Farhang", "permissions": [ "activeTab", "tabs", "storage", "*:\/\/*\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": [], "default_title": "Swiss Army Notebook", "default_popup": "popup.html" }, "commands": { "load_twitter": { "suggested_key": { "default": "Alt+T", "mac": "Alt+T" }, "description": "Load Twitter in a new tab" }, "load_facebook": { "suggested_key": { "default": "Alt+B", "mac": "Alt+T" }, "description": "Load Facebook in a new tab" }, "load_gmail": { "suggested_key": { "default": "Alt+G", "mac": "Alt+G" }, "description": "Load Gmail in a new tab" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |