Borderless Profile
Make your profile images unified, without spacing between them.
Borderless Profileとは何ですか?
Borderless ProfileはWalter Raddusoによって開発されたChromeの拡張機能で、その主な機能は「Make your profile images unified, without spacing between them.」です。
拡張機能のスクリーンショット
Borderless Profile拡張機能のCRXファイルをダウンロード
Borderless Profile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to make any profile images without space between them. When you open a profile, the images appear with a space between so I decided to remove that space. This is great for those people who use multiple post to create a bigger image. You can see the changes on the images. Idea: Bruno Donadío.
拡張機能の基本情報
名前 | |
ID | ceeedfjnggkpdhcmjgcambcjgeenfpoh |
公式URL | https://chrome.google.com/webstore/detail/borderless-profile/ceeedfjnggkpdhcmjgcambcjgeenfpoh |
説明 | Make your profile images unified, without spacing between them. |
ファイルサイズ | 10.7 KB |
インストール数 | 20 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-02-10 |
公開日 | 2021-02-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Walter Radduso |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Borderless Profile", "version": "1.0.1", "description": "Make your profile images unified, without spacing between them.", "author": "Walter Radduso", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } } |