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 là gì?
Update/Add Comic là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.".
Ả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 Update/Add Comic
Tải xuống các tệp mở rộng Update/Add Comic 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Update/Add Comic |
ID | kmdoolpbdaendjhieaaiilffnkefmpkm |
URL Chính Thức | https://chromewebstore.google.com/detail/updateadd-comic/kmdoolpbdaendjhieaaiilffnkefmpkm |
Mô tả | Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created. |
Kích Thước Tệp | 709 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2014-03-25 |
Ngày Phát Hành | 2014-03-25 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |