gk7-豆瓣阅读推送
豆瓣阅读推送kindle
什麼是gk7-豆瓣阅读推送?
gk7-豆瓣阅读推送是由0x01開發的Chrome擴展程式,該擴展的主要功能是“豆瓣阅读推送kindle”。
擴展截圖
下載gk7-豆瓣阅读推送擴展crx文件
下載gk7-豆瓣阅读推送擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
可以帮助用户将豆瓣阅读个人帐号中的文章推送到个人邮箱中 擴展基本資訊
| 名稱 | |
| ID | lmiobbkpdjmkfhgagdkpgbgonkogbllb |
| 官方網址 | https://chromewebstore.google.com/detail/gk7-%E8%B1%86%E7%93%A3%E9%98%85%E8%AF%BB%E6%8E%A8%E9%80%81/lmiobbkpdjmkfhgagdkpgbgonkogbllb |
| 簡介 | 豆瓣阅读推送kindle |
| 檔案大小 | 755 KB |
| 安裝次數 | 3,111 |
| 目前版本 | 3.1.1 |
| 更新時間 | 2024-02-05 |
| 上架時間 | 2018-05-02 |
| 評分 | 4.88/5 共 77 次評分 |
| 開發者 | 0x01 |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://read.douban.com |
| 說明頁面URL | https://read.douban.com |
| 隱私政策頁面URL | https://gk7.pw/privacy-policy.html |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "gk7-\u8c46\u74e3\u9605\u8bfb\u63a8\u9001",
"short_name": "gk7-douban",
"description": "\u8c46\u74e3\u9605\u8bfb\u63a8\u9001kindle",
"manifest_version": 3,
"version": "3.1.1",
"default_locale": "zh_CN",
"icons": {
"19": "images\/icon_19.png",
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"129": "images\/icon_128.png",
"256": "images\/icon_256.png",
"512": "images\/icon_512.png",
"1024": "images\/icon_1024.png"
},
"action": {
"default_icon": {
"19": "images\/icon_19.png",
"32": "images\/icon_32.png",
"64": "images\/icon_64.png",
"129": "images\/icon_128.png",
"256": "images\/icon_256.png",
"512": "images\/icon_512.png",
"1024": "images\/icon_1024.png"
},
"default_title": "\u8c46\u74e3\u9605\u8bfb\u63a8\u9001\u670d\u52a1",
"default_popup": "html\/popup.html"
},
"background": {
"service_worker": "js\/backgroud.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery-3.6.0.min.js",
"js\/jquery.cookie.js",
"js\/content_script.js"
]
}
],
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |