12星座占い
人気サイトの[12星座占い〜今日の運勢〜]を、手軽なポップアップ形式で!あなたの毎日をもっとハッピーに!
What is 12星座占い?
12星座占い is a Chrome extension developed by http://www.dailyfortune.jp, and its main feature is "人気サイトの[12星座占い〜今日の運勢〜]を、手軽なポップアップ形式で!あなたの毎日をもっとハッピーに!".
Extension Screenshots
Download 12星座占い Extension CRX File
Download 12星座占い extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
【楽しい占いランキングが、見たい時だけいつでもサッとチェックできる!】 ・人気占いサイト「DailyFortune ~今日の運勢~」で好評の[12星座占い]をコンパクトにポップアップ表示します。 ・今日の運勢が一目でわかる楽しいランキング形式です。 ・ポップアップ形式なので、見たい時だけいつでもサッとチェックできます。普段は「小さなアイコン」のみの表示で邪魔になりません。 ・美麗なデザインで、各星座ごとに見やすく一覧表示しています。 ・もっと詳しく知りたい時は、ワンクリックで詳細記事ページを表示可能です。 ・詳細ページでは、今日のラッキーポイントやアドバイス、その他恋愛相性占い等「ちょっと気になるコンテンツ」を掲載しています。 ・もちろん完全無料です。わずらわしい登録やSNSリンクなども一切ありません。
Extension Basic Information
Name | |
ID | jdgbhpblhbdgeemcfgkcimhhhefopebp |
Official URL | https://chrome.google.com/webstore/detail/12%E6%98%9F%E5%BA%A7%E5%8D%A0%E3%81%84/jdgbhpblhbdgeemcfgkcimhhhefopebp |
Description | 人気サイトの[12星座占い〜今日の運勢〜]を、手軽なポップアップ形式で!あなたの毎日をもっとハッピーに! |
File Size | 24.2 KB |
Installation Count | 66 |
Current Version | 1.0.1 |
Last Updated | 2015-05-08 |
Publish Date | 2015-05-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.dailyfortune.jp |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "12\u661f\u5ea7\u5360\u3044", "version": "1.0.1", "description": "\u4eba\u6c17\u30b5\u30a4\u30c8\u306e\uff3b12\u661f\u5ea7\u5360\u3044\u301c\u4eca\u65e5\u306e\u904b\u52e2\u301c\uff3d\u3092\u3001\u624b\u8efd\u306a\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u5f62\u5f0f\u3067\uff01\u3042\u306a\u305f\u306e\u6bce\u65e5\u3092\u3082\u3063\u3068\u30cf\u30c3\u30d4\u30fc\u306b\uff01", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "homepage_url": "http:\/\/www.dailyfortune.jp\/horoscope\/", "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_popup": "popup.html", "default_title": "12\u661f\u5ea7\u5360\u3044" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.dailyfortune.jp\/*" ], "js": [ "contentscript.js" ] } ] } |