Always Reading
This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
什麼是Always Reading?
Always Reading是由https://www.alwaysreading.io開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list”。
擴展截圖
下載Always Reading擴展crx文件
下載Always Reading擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin, you can simply click the spectacles icon and the current page url will be added to your reading list. You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.
擴展基本資訊
名稱 | Always Reading |
ID | gihidhpmopfabfdkemhokgolidpnhnpn |
官方網址 | https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn |
簡介 | This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list |
檔案大小 | 871 KB |
安裝次數 | 52 |
目前版本 | 1.6 |
更新時間 | 2018-03-17 |
上架時間 | 2018-03-17 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://www.alwaysreading.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.alwaysreading.io |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Reading", "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list", "version": "1.6", "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Always Reading!" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "https:\/\/*.alwaysreading.io\/" ] } |