Lgtm
LGTM made from Instagram, tumblr, pinterest and so on.
Lgtmとは何ですか?
LgtmはTilfin Ltd.によって開発されたChromeの拡張機能で、その主な機能は「LGTM made from Instagram, tumblr, pinterest and so on.」です。
拡張機能のスクリーンショット
Lgtm拡張機能のCRXファイルをダウンロード
Lgtm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Display the image you want to select in the visible range on the appropriate site. 2. Click the extension button on the browser header. 3. LGTM is printed on the selected photo and added to the top of the stock page. 3. Select "Copy image" from the context menu and copy it to the clipboard. 4. Uploading it automatically when you paste it in the entry field such as GitHub, GitLab, Qiita, Slack etc. * Lgtm stock photos is displayed by to select 'Show stock photos' from the menu by right-clicking the browser extension button. The latest 24 photos are stocked.
拡張機能の基本情報
名前 | Lgtm |
ID | llnckbjmjmilkdeombkdkmknlpbmegdi |
公式URL | https://chromewebstore.google.com/detail/lgtm/llnckbjmjmilkdeombkdkmknlpbmegdi |
説明 | LGTM made from Instagram, tumblr, pinterest and so on. |
ファイルサイズ | 39.07 KB |
インストール数 | 24 |
現在のバージョン | 1.3.0 |
最終更新日 | 2018-06-06 |
公開日 | 2018-06-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tilfin Ltd. |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lgtm", "version": "1.3.0", "description": "LGTM made from Instagram, tumblr, pinterest and so on.", "short_name": "Lgtm", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "name": "Click", "default_title": "Lgtm", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "permissions": [ "tabs", "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |