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 là gì?
ActionAlly for Chrome là một tiện ích mở rộng Chrome được phát triển bởi http://actionally.com, và tính năng chính của nó là "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ActionAlly for Chrome
Tải xuống các tệp mở rộng ActionAlly for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
URL Chính Thức | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
Mô tả | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-01-09 |
Ngày Phát Hành | 2015-01-09 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://actionally.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://actionally.com/chrome-extension |
URL Trang Trợ Giúp | http://actionally.com/support |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |