ActionAlly for Chrome
ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
ما هو ActionAlly for Chrome؟
ActionAlly for Chrome هو إضافة Chrome تم تطويرها بواسطة http://actionally.com، والميزة الرئيسية لها هي "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ActionAlly for Chrome
قم بتنزيل ملفات الامتداد ActionAlly for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
الوصف | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
حجم الملف | 153 KB |
عدد التثبيتات | 201 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2015-01-09 |
تاريخ النشر | 2015-01-09 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | http://actionally.com |
نوع الدفع | free |
موقع الإضافة | http://actionally.com/chrome-extension |
عنوان صفحة المساعدة | http://actionally.com/support |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActionAlly for Chrome", "version": "0.0.1", "manifest_version": 2, "description": "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com", "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "content_scripts.js" ] } ], "permissions": [ "tabs", "storage", "notifications", "activeTab", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |