Update/Add Comic
Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.
什麼是Update/Add Comic?
Update/Add Comic是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.”。
擴展截圖
下載Update/Add Comic擴展crx文件
下載Update/Add Comic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for people who read a lot of webcomics but can't necessarily keep up to date each day. This extension allows you to keep a folder of webcomics updated with two clicks each time you stop reading. An example morning for me involved going to xkcd, scrolling back to the last one I read, then reading from then on. That was annoying and took far too many clicks, so I wrote this extension to help. Now I just go to my bookmarks folder, click xkcd and I'm on the last one I read. When I read through as many as I have time for I can just right click and save my place for the next day. If you don't have a folder named "Comics" in your bookmarks bar it will create one when Chrome loads, this may require you to restart Chrome. From then on it will update that spot in the folder each time you update your saved page. ------------------------------------ Known issues have been fixed. Let me know if you find anything new.
擴展基本資訊
名稱 | Update/Add Comic |
ID | kmdoolpbdaendjhieaaiilffnkefmpkm |
官方網址 | https://chromewebstore.google.com/detail/updateadd-comic/kmdoolpbdaendjhieaaiilffnkefmpkm |
簡介 | Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created. |
檔案大小 | 709 KB |
安裝次數 | 35 |
目前版本 | 1.1.1 |
更新時間 | 2014-03-25 |
上架時間 | 2014-03-25 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Update\/Add Comic", "description": "Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.", "version": "1.1.1", "permissions": [ "contextMenus", "bookmarks" ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |