Weekly Series
Replace your new tab with a quick snapshot of your favorite TV shows status.
Weekly Seriesとは何ですか?
Weekly Seriesはsangoldによって開発されたChromeの拡張機能で、その主な機能は「Replace your new tab with a quick snapshot of your favorite TV shows status.」です。
拡張機能のスクリーンショット
Weekly Series拡張機能のCRXファイルをダウンロード
Weekly Series拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace new tab page with an overview of the coming episodes of your favorite shows. You don't need anything else to stay up to date.
拡張機能の基本情報
名前 | Weekly Series |
ID | bdiljnnmjlmkamjhkoiipobjppifalkj |
公式URL | https://chromewebstore.google.com/detail/weekly-series/bdiljnnmjlmkamjhkoiipobjppifalkj |
説明 | Replace your new tab with a quick snapshot of your favorite TV shows status. |
ファイルサイズ | 758 KB |
インストール数 | 15 |
現在のバージョン | 1.1.2 |
最終更新日 | 2016-03-28 |
公開日 | 2016-03-28 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | sangold |
支払い方法 | free |
拡張機能のウェブサイト | http://www.weeklyseries.fr/ |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weekly Series", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "unlimitedStorage", "storage", "cookies" ] } |