Feedly Add
Quickly add Feeds to Feedly without leaving current tab
什麼是Feedly Add?
Feedly Add是由http://www.peeomid.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly add Feeds to Feedly without leaving current tab”。
擴展截圖
下載Feedly Add擴展crx文件
下載Feedly Add擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome extension to quickly add a new feed to Feedly, without navigating away from current tab. Leave feedback on what you want to improve, please! NOTE: This version is usable only in sandbox environment of Feedly. I'll be updating soon for production environment. ===== Stay tuned for more useful extension at: www.peeomid.com Contact me for any feedback for this extension, or suggestion for new extension at lihavim [at] gmail [dot] com Source can be found at: https://github.com/peeomid/feedlyAdd
擴展基本資訊
名稱 | |
ID | mekiakiebclbmjghikmdammaglfcgink |
官方網址 | https://chrome.google.com/webstore/detail/feedly-add/mekiakiebclbmjghikmdammaglfcgink |
簡介 | Quickly add Feeds to Feedly without leaving current tab |
檔案大小 | 33.59 KB |
安裝次數 | 59 |
目前版本 | 0.1 |
更新時間 | 2014-11-26 |
上架時間 | 2014-11-26 |
開發者 | http://www.peeomid.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Feedly Add", "short_name": "Add feed to Feedly", "background": { "persistent": false, "scripts": [ "js\/feedly.api.js", "js\/background.js" ] }, "page_action": { "default_icon": "icon-128.png", "default_title": "Add Feed to Feedly", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/sniff_common.js", "js\/feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Quickly add Feeds to Feedly without leaving current tab", "homepage_url": "http:\/\/www.peeomid.com\/", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "options_page": "options\/options.html", "web_accessible_resources": [ "icon-48.png" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |