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
公式URL 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
Eメール [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"
    ]
}