PictShare selfhostable content platform

Adds context menues for uploads to PictShare.net

PictShare selfhostable content platformคืออะไร?

PictShare selfhostable content platform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pictshare.net และคุณลักษณะหลักของมันคือ "Adds context menues for uploads to PictShare.net"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PictShare selfhostable content platform

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

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

                        ## New in 2.0
- Support for new version 2 API
- Added clickable icon to chrome where you can see last uploads and delete images later
- Added upload of current sites HTML code
- Added upload of selected text

## New in 1.7.*
- If an image can't be uploaded via URL it tries to upload via base64
- If the clicked image is a pictshare image, it will show a menu to the pictshare stats page (statistics of this image)
- Pictshare stats context menu is now also displayed for (text) links to picthare images

## New in 1.6.2
- Extended permissions removed (found a more elegant solution to receive images)

## New in 1.6:
- All images (but not .gif) are now uploaded via base64
- Images with no file extension are now handled as .png

## New in 1.5:
- Added ability to create screenshots
- JPG images are now transferred via base64. That means you can upload pictures and screenshots from your private intranet or local machine

The PictShare image uploader allows you to upload any picture or you see on the web to PictShare using an encrypted connection over https.

PictShare protects your privacy by removing all GPS location info, camera model and other EXIF data from pictures and provide you with a https link to share the picture.

PictShare and this Chrome extension are now forcing SSL! All your pictures and views of your images are encrypted

You also get a statistics page where you can see how many people from which countries have seen the image.

You can review the source code of this extension via github: https://github.com/chrisiaut/PictShare-Chrome-extension                    

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

ชื่อ PictShare selfhostable content platform PictShare selfhostable content platform
ID mgomffcdpnohakmlhhjmiemlolonpafc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pictshare-selfhostable-co/mgomffcdpnohakmlhhjmiemlolonpafc
คำอธิบาย Adds context menues for uploads to PictShare.net
ขนาดไฟล์ 38.95 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-12-27
วันที่เผยแพร่ 2018-12-27
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.pictshare.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pictshare.net/
URL หน้าช่วยเหลือ http://haschek-solutions.com/#contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PictShare selfhostable content platform",
    "short_name": "PictShare",
    "description": "Adds context menues for uploads to PictShare.net",
    "version": "2.1",
    "permissions": [
        "contextMenus",
        "*:\/\/*.pictshare.net\/",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "pictshare.js"
        ]
    },
    "author": "Haschek Solutions",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "gui.html"
    },
    "manifest_version": 2
}