Pr.co clippings extension
Add webpages to your clippings in pr.co
Pr.co clippings extensionとは何ですか?
Pr.co clippings extensionはhttps://pr.coによって開発されたChromeの拡張機能で、その主な機能は「Add webpages to your clippings in pr.co」です。
拡張機能のスクリーンショット
Pr.co clippings extension拡張機能のCRXファイルをダウンロード
Pr.co clippings extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add webpages to your clippings on pr.co with this convenient browser extension. Whenever on a webpage you'd like to add, just click the pr.co icon on your extension bar, fill in the details and click 'Save Clipping'. Done! 拡張機能の基本情報
| 名前 | |
| ID | gdggjhejcaiplnfjjklbibnibfopjibi |
| 公式URL | https://chromewebstore.google.com/detail/prco-clippings-extension/gdggjhejcaiplnfjjklbibnibfopjibi |
| 説明 | Add webpages to your clippings in pr.co |
| ファイルサイズ | 335 KB |
| インストール数 | 187 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2017-02-17 |
| 公開日 | 2017-02-17 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | https://pr.co |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pr.co |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pr.co clippings extension",
"description": "Add webpages to your clippings in pr.co",
"version": "0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"https:\/\/app.pr.co\/",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |