稀土掘金

为程序员、设计师、产品经理每日发现优质内容。

稀土掘金คืออะไร?

稀土掘金 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://juejin.cn และคุณลักษณะหลักของมันคือ "为程序员、设计师、产品经理每日发现优质内容。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 稀土掘金

ดาวน์โหลดไฟล์ส่วนขยาย 稀土掘金 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        在新标签页展示聚合内容,包含前端、Android、iOS、后端、产品、设计六大频道,每个频道内都有一到多个内容源;
此外提供综合搜索及开发辅助小工具等能力为开发者的工作提效,浏览器激活状态下双击"j"键可快速唤起搜索框;
用户可以根据自己的需求和喜好自定义页面布局、切换日间/深色模式;


此浏览器拓展由稀土掘金技术社区(juejin.cn)提供支持,在线问题反馈请访问 https://juejin.cn/topic/6824710202692993037?sort=newest 。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 稀土掘金 稀土掘金
ID lecdifefmmfjnjjinhaennhdlmcaeeeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E7%A8%80%E5%9C%9F%E6%8E%98%E9%87%91/lecdifefmmfjnjjinhaennhdlmcaeeeb
คำอธิบาย 为程序员、设计师、产品经理每日发现优质内容。
ขนาดไฟล์ 4.66 MB
จำนวนการติดตั้ง 177,149
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2019-02-21
คะแนน 3.60/5 รวมทั้งหมด 339 คะแนน
ผู้พัฒนา https://juejin.cn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://juejin.cn/extension
URL หน้าช่วยเหลือ https://juejin.cn/topic/6824710202692993037?sort=newest
URL หน้านโยบายความเป็นส่วนตัว https://lf3-cdn-tos.draftstatic.com/obj/ies-hotsoon-draft/juejin/7b28b328-1ae4-4781-8d46-430fef1b872e.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7a00\u571f\u6398\u91d1",
    "short_name": "\u7a00\u571f\u6398\u91d1",
    "version": "0.9.1",
    "description": "\u4e3a\u7a0b\u5e8f\u5458\u3001\u8bbe\u8ba1\u5e08\u3001\u4ea7\u54c1\u7ecf\u7406\u6bcf\u65e5\u53d1\u73b0\u4f18\u8d28\u5185\u5bb9\u3002",
    "icons": {
        "16": "static\/icons\/icon-16x16.png",
        "48": "static\/icons\/icon-48x48.png",
        "128": "static\/icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/icons\/icon-19x19.png",
            "38": "static\/icons\/icon-38x38.png"
        },
        "default_title": "\u7a00\u571f\u6398\u91d1",
        "default_popup": "main.html#\/popup"
    },
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "tabs",
        "alarms",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content-script.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "static\/background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/*.bytegoofy.com https:\/\/*.bytescm.com https:\/\/*.pstatp.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "offline_enabled": true
}