imgur Community Extension

Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.

imgur Community Extensionคืออะไร?

imgur Community Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hasse.christopher และคุณลักษณะหลักของมันคือ "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย imgur Community Extension

ดาวน์โหลดไฟล์ส่วนขยาย imgur Community Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open source imgur Community Extension

https://github.com/chrhasse/imgur-Extension

PRIVACY POLICY

https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md

NOTICE

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ imgur Community Extension imgur Community Extension
ID ehoopddfhgaehhmphfcooacjdpmbjlao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imgur-community-extension/ehoopddfhgaehhmphfcooacjdpmbjlao
คำอธิบาย Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.
ขนาดไฟล์ 69.23 KB
จำนวนการติดตั้ง 24,334
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2023-10-04
วันที่เผยแพร่ 2020-04-30
คะแนน 3.82/5 รวมทั้งหมด 614 คะแนน
ผู้พัฒนา hasse.christopher
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/chrhasse/imgur-Extension
URL หน้านโยบายความเป็นส่วนตัว https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1",
    "minimum_chrome_version": "22",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDM6D3wZNAfHGpc9\/Hk7sPNSCnauK\/sQPhAPViDmjT8Sj+Ot7ugDafYSynzhIFPZyckXm+4TkmlcqQukCI8GP+yqcb70oWVus8GplHTimJkoDKLwJkLH55lhBjg5Z8Aa7BngFf0W\/C7ZASElFNfQqWQJI3bgK6vHX5cRgJrhZ9AoQIDAQAB",
    "background": {
        "scripts": [
            "lib\/utils-1.4.js",
            "js\/model.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "imgur Community Extension",
    "description": "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.",
    "icons": {
        "16": "img\/logo16.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "alarms",
        "identity"
    ],
    "web_accessible_resources": [
        "img\/logo96.png"
    ],
    "browser_action": {
        "default_icon": "img\/logo19.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imgur.com\/gallery\/*"
            ],
            "js": [
                "js\/inject\/showImages.js"
            ]
        }
    ]
}