ClipIt

This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.

什麼是ClipIt?

ClipIt是由Mayank Bhardwaj開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ClipIt擴展crx文件

下載ClipIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple note clipper extension app that helps you to save the import text you come across while reading a webpage.

After selecting the text you want clip the right click menu option shows a ClipIt option. This option clips the text and adds it over the clipboard popup which can be accessed from the top right of the browser.

This popup acts as a clipboard to see your recently clipped notes.
You can export the notes using "Export Notes" into a text file. You may want to clear all the notes over the clipboard whenever you want a fresh clipboard. This could be done through "Clear Notes" option.                    

擴展基本資訊

名稱 ClipIt ClipIt
ID jgmemodiapblpagmpfdkpjinbhfkpife
官方網址 https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife
簡介 This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
檔案大小 39.73 KB
安裝次數 1,618
目前版本 1.0
更新時間 2018-06-20
上架時間 2018-06-20
評分 4.67/5 共 3 次評分
開發者 Mayank Bhardwaj
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClipIt",
    "version": "1.0",
    "description": "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.",
    "icons": {
        "48": "icons\/clipit48.png",
        "128": "icons\/clipit128.png"
    },
    "browser_action": {
        "default_icon": "icons\/clipit128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}