ActionAlly for Chrome
ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Apa itu ActionAlly for Chrome?
ActionAlly for Chrome adalah ekstensi Chrome yang dikembangkan oleh http://actionally.com, dan fitur utamanya adalah "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ActionAlly for Chrome
Unduh file ekstensi ActionAlly for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
URL Resmi | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
Deskripsi | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
Ukuran File | 153 KB |
Jumlah Instalasi | 201 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2015-01-09 |
Tanggal Publikasi | 2015-01-09 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | http://actionally.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://actionally.com/chrome-extension |
URL Halaman Bantuan | http://actionally.com/support |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |