gk7-豆瓣阅读推送

豆瓣阅读推送kindle

What is gk7-豆瓣阅读推送?

gk7-豆瓣阅读推送 is a Chrome extension developed by 0x01, and its main feature is "豆瓣阅读推送kindle".

Extension Screenshots

screenshot
screenshot

Download gk7-豆瓣阅读推送 Extension CRX File

Download gk7-豆瓣阅读推送 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        可以帮助用户将豆瓣阅读个人帐号中的文章推送到个人邮箱中                    

Extension Basic Information

Name gk7-豆瓣阅读推送 gk7-豆瓣阅读推送
ID lmiobbkpdjmkfhgagdkpgbgonkogbllb
Official URL 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
Description 豆瓣阅读推送kindle
File Size 755 KB
Installation Count 3,111
Current Version 3.1.1
Last Updated 2024-02-05
Publish Date 2018-05-02
Rating 4.88/5 Total 77 Ratings
Developer 0x01
Email [email protected]
Payment Type in_app
Extension Website https://read.douban.com
Help Page URL https://read.douban.com
Privacy Policy Page URL https://gk7.pw/privacy-policy.html
Supported Languages 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'"
    }
}