Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Bootswatch Theme Previewとは何ですか?
Bootswatch Theme Previewはhttps://vincechan.meによって開発されたChromeの拡張機能で、その主な機能は「Preview a bootstrap site with a bootswatch theme.」です。
拡張機能のスクリーンショット
Bootswatch Theme Preview拡張機能のCRXファイルをダウンロード
Bootswatch Theme Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bootswatch offers beautiful free themes for bootstrap. Thinking about using one of the bootswatch themes on your site? You can now easily preview it with this extension to check out how it looks before actually applying it to your site. How To Use: - Browse to the site you wish to preview with. - Click on the extension icon on the top right. Select your your favorite theme and click on the "Apply Theme" button
拡張機能の基本情報
名前 | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
公式URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
説明 | Preview a bootstrap site with a bootswatch theme. |
ファイルサイズ | 445 KB |
インストール数 | 75 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-06-13 |
公開日 | 2016-06-13 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://vincechan.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootswatch Theme Preview", "short_name": "BootswatchThemePreview", "description": "Preview a bootstrap site with a bootswatch theme.", "version": "1.0.1", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Preview this page with a bootswatch theme.", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |