Pinterest Palooza
Click Pin's thumbnail image to visit source website! Easy peasy!
Pinterest Paloozaとは何ですか?
Pinterest Paloozaはifuguによって開発されたChromeの拡張機能で、その主な機能は「Click Pin's thumbnail image to visit source website! Easy peasy!」です。
拡張機能のスクリーンショット
Pinterest Palooza拡張機能のCRXファイルをダウンロード
Pinterest Palooza拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read a Pin's source web page with a single click! Pinterest Palooza makes clicking a Pin's thumbnail image take you to the source website immediately!
A button is also added to each Pin for visiting the Pin's detail page.
Tip: Hold down the CTRL key when clicking the Pin thumbnail image to stay on Pinterest while your Pin's page opens in a new browser tab. This allows you to queue up several pages to read without waiting around for them to open. 拡張機能の基本情報
| 名前 | |
| ID | abbppfcokpiknbdhocmbjnngkkkckepp |
| 公式URL | https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp |
| 説明 | Click Pin's thumbnail image to visit source website! Easy peasy! |
| ファイルサイズ | 20.06 KB |
| インストール数 | 747 |
| 現在のバージョン | 1.1.4 |
| 最終更新日 | 2016-03-31 |
| 公開日 | 2016-03-31 |
| 評価 | 3.00/5 合計 7 レビュー |
| 開発者 | ifugu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://halfduplex.us/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"pinterest-direct.user.js"
],
"matches": [
"http:\/\/*.pinterest.com\/*",
"https:\/\/*.pinterest.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Click Pin's thumbnail image to visit source website! Easy peasy!",
"name": "Pinterest Palooza",
"short_name": "PinPalooza",
"version": "1.1.4",
"author": "Corey Meredith",
"homepage_url": "http:\/\/halfduplex.us\/"
} | |