Snap It Button
Discover paint colors from any image on the web.
Snap It Buttonとは何ですか?
Snap It Buttonはhttps://snapyourcolors.comによって開発されたChromeの拡張機能で、その主な機能は「Discover paint colors from any image on the web.」です。
拡張機能のスクリーンショット
Snap It Button拡張機能のCRXファイルをダウンロード
Snap It Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ColorSnap is an online tool that lets you instantly turn any picture into a beautiful palette of Sherwin-Williams paint colors.
No matter where you find inspiring colors – a gorgeous landscape, a shot of a stunning room, even a picture of a stuffed animal – ColorSnap will identify the shades you love and save them for later.
Just click on the Snap It button any time you see a colorful image you like, and ColorSnap will match the most popular colors in the image. Color palettes can easily be saved from each snap by creating an account. 拡張機能の基本情報
| 名前 | |
| ID | kclagiidcihmjfnlfdboggonemfhcklk |
| 公式URL | https://chromewebstore.google.com/detail/snap-it-button/kclagiidcihmjfnlfdboggonemfhcklk |
| 説明 | Discover paint colors from any image on the web. |
| ファイルサイズ | 275 KB |
| インストール数 | 28,072 |
| 現在のバージョン | 1.2.4 |
| 最終更新日 | 2020-10-17 |
| 公開日 | 2016-09-08 |
| 評価 | 2.25/5 合計 32 レビュー |
| 開発者 | https://snapyourcolors.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://snapyourcolors.com |
| ヘルプページのURL | https://snapyourcolors.com/Faq |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Snap It Button",
"short_name": "Snap It",
"description": "Discover paint colors from any image on the web.",
"version": "1.2.4",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon-disabled.png",
"default_title": "Snap It Button"
},
"background": {
"scripts": [
"js\/vendor\/jquery-2.1.4.min.js",
"js\/config.js",
"js\/service\/SWColorSnap\/RestAPI.js",
"js\/service\/Google\/analyticsTracking.js",
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*.snapyourcolors.com\/*",
"https:\/\/*.snapyourcolors.com\/*",
"http:\/\/*.letschipit.com\/*",
"https:\/\/*.letschipit.com\/*"
],
"css": [
"css\/app.css",
"css\/highCompat.css"
],
"js": [
"js\/vendor\/jquery-2.1.4.min.js",
"js\/vendor\/jquery-ui.min.js",
"js\/vendor\/popupwindow.js",
"js\/vendor\/tinysort.min.js",
"js\/config.js",
"js\/service\/SWColorSnap\/template.js",
"js\/app.js"
],
"exclude_matches": [
"http:\/\/snapyourcolors.com\/*",
"https:\/\/snapyourcolors.com\/*",
"http:\/\/*.snapyourcolors.com\/*",
"https:\/\/*.snapyourcolors.com\/*",
"http:\/\/letschipit.com\/*",
"https:\/\/letschipit.com\/*",
"http:\/\/*.letschipit.com\/*",
"https:\/\/*.letschipit.com\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"css\/img\/*",
"images\/*",
"templates\/*"
]
} | |