1Know - 翻轉你的學習

1Know 擴充應用工具讓你在網路上隨手記下資源位置。 https://1know.net

What is 1Know - 翻轉你的學習?

1Know - 翻轉你的學習 is a Chrome extension developed by https://1know.net, and its main feature is "1Know 擴充應用工具讓你在網路上隨手記下資源位置。 https://1know.net".

Extension Screenshots

screenshot
screenshot

Download 1Know - 翻轉你的學習 Extension CRX File

Download 1Know - 翻轉你的學習 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

                        1Know 擴充應用工具讓你在網路上隨手記下資源位置。在 Youtube 看到喜歡的影片,按一下就收到 1Know 的單元裡。不只影片與網站連結方便收進單元,就算你只想分享網頁某個片段或一次開啟許多分頁,也可以一次收進單元,用來整理網路知識,真是太方便了。

http://1know.net                    

Extension Basic Information

Name 1Know - 翻轉你的學習 1Know - 翻轉你的學習
ID nnegbcminlcngpbmooapnpacabaoggfo
Official URL https://chromewebstore.google.com/detail/1know-%E7%BF%BB%E8%BD%89%E4%BD%A0%E7%9A%84%E5%AD%B8%E7%BF%92/nnegbcminlcngpbmooapnpacabaoggfo
Description 1Know 擴充應用工具讓你在網路上隨手記下資源位置。 https://1know.net
File Size 486 KB
Installation Count 2,126
Current Version 2022.10.26.1
Last Updated 2022-10-26
Publish Date 2020-05-28
Rating 4.80/5 Total 5 Ratings
Developer https://1know.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ischool.com.tw/terms.html
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Know - \u7ffb\u8f49\u4f60\u7684\u5b78\u7fd2",
    "description": "1Know \u64f4\u5145\u61c9\u7528\u5de5\u5177\u8b93\u4f60\u5728\u7db2\u8def\u4e0a\u96a8\u624b\u8a18\u4e0b\u8cc7\u6e90\u4f4d\u7f6e\u3002 https:\/\/1know.net",
    "version": "2022.10.26.1",
    "manifest_version": 2,
    "author": "[email protected]",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "1Know",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.1know.net\/*",
                "https:\/\/*.1know.com\/*",
                "https:\/\/*.1know.org\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    }
}